bitkeeper revision 1.1159.53.23 (41322ca03sWRZNXdK0Mvozxq8UHHEQ)
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Sun, 29 Aug 2004 19:21:04 +0000 (19:21 +0000)
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>
Sun, 29 Aug 2004 19:21:04 +0000 (19:21 +0000)
Update xen-clone script to cope with 2.6 now being the default build.

tools/misc/xen-clone

index ce650f5dd85580a87d8d012cc99899a47c349f9d..63fccb841d23f1231db61f80a90f3497c30cff74 100755 (executable)
@@ -70,9 +70,9 @@ then
  cd ${DEST_BK_REP} 
  ln -sf ../install install
  make -j4 world
- make -j4 linux26
+ make -j4 linux24
  cd ../install/boot
- [ -r vmlinuz-2.4.*-xen0 ] && ln -s vmlinuz-2.4.*-xen0 xenolinux.gz
+ [ -r vmlinuz-2.6.*-xen0 ] && ln -s vmlinuz-2.6.*-xen0 xenolinux.gz
   
 else
  # old style repository without 'make world'